type encoding/json.reflectWithString

3 uses

	encoding/json (current package)
		encode.go#L764: 		sv  = make([]reflectWithString, v.Len())
		encode.go#L774: 	slices.SortFunc(sv, func(i, j reflectWithString) int {
		encode.go#L954: type reflectWithString struct {